home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / oracle.Form < prev    next >
Text File  |  1995-03-06  |  252b  |  31 lines

  1. Oracle
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-57.0
  6.         x2= 57.0
  7.         y1=-50.0
  8.         y2= 50.0
  9.         par1.r=-0.67
  10.         par1.i=0.0
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=pixel
  15.     }
  16.     {
  17.         z1=z*z
  18.         z1=z1+par1
  19.         z2=z1*z1
  20.         z2=z2+par1
  21.         z=z1/z2
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.         PAR1-DISTORTION FACTOR
  29.     }
  30. }
  31.